home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / ScriptIter.pod < prev    next >
Text File  |  2009-05-09  |  784b  |  70 lines

  1. =head1 NAME
  2.  
  3. Pango::ScriptIter - used to break a string of Unicode into runs by text
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Boxed
  10.   +----Pango::ScriptIter
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::ScriptIter - used to break a string of Unicode into runs by text
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 scriptiter = Pango::ScriptIter-E<gt>B<new> ($text)
  26.  
  27. =over
  28.  
  29. =item * $text (string) 
  30.  
  31. =back
  32.  
  33. Since: pango 1.4
  34.  
  35. =head2 boolean = $iter-E<gt>B<next> 
  36.  
  37. Since: pango 1.4
  38.  
  39. =head2 list = $iter-E<gt>B<get_range> 
  40.  
  41.  
  42. Returns the bounds and the script for the region pointed to by I<$iter>.
  43.  
  44.  
  45. Since: pango 1.4
  46.  
  47.  
  48.  
  49. =cut
  50.  
  51.  
  52. =head1 SEE ALSO
  53.  
  54. L<Pango>, L<Glib::Boxed>
  55.  
  56.  
  57. =cut
  58.  
  59.  
  60. =head1 COPYRIGHT
  61.  
  62. Copyright (C) 2003-2008 by the gtk2-perl team.
  63.  
  64. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  65.  
  66.  
  67.  
  68. =cut
  69.  
  70.